
.header {
	height:auto;
	background:#000;
	position:fixed;
	top:0px;
}

#LayoutDiv1 {
	background-color: #000000;
	color: #FFF;
}

#LayoutDiv1 iframe {
	border: medium solid #203052;
}

#Actor img {
	border: medium solid #203052;
}

#Links {
	padding: 3px;
}


#LayoutDiv1 a {
	color:#FFF;
	text-decoration: none;
}

#LayoutDiv1 a:hover {
	color:#900;
	text-decoration: none;
}

/* #Main a {
	color:#FFF;
	text-decoration: none;
}

#Main a:hover {
	color:#900;
	text-decoration: none;
} */

#video img {
	border: medium solid #203052;
}

#Photo-text {
	margin-right: 20px;
	margin-bottom: 20px;
}

#Photo-text img {
/*	border: thin solid #FFF; */

}

#buy ul {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	list-style-type: none;

}
#buy ul li {
	float: left;
	position: relative;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#buy ul li a {
/*	display: block;
/*	height: 34px; 
	width: 100px; 
	background-color: #000;
	color: #FFF;
	line-height: 34px; 
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000; */
	
	width: 80px;
	display: block; 
	text-align: center;
/*	color: #FFF;
	background-color: #000; */
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}
#buy ul li a:hover {
/*	background-color: #990000; */
	color:#900;
}
#buy ul li ul {
	position: absolute;
	top: 35px;
	visibility: hidden;
}
#buy ul li:hover ul {
	visibility: visible;
}
.gridContainer.clearfix #LayoutDiv1 #Nav #Links {
/*	padding-left: 10px;  */
}

